home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr10 / inter35c.zip / RB2NG102.ZIP / RB2NG.DOC next >
Text File  |  1993-04-18  |  2KB  |  73 lines

  1. RB2NG.PAS, RB2NG.EXE                    Version 1.02
  2.  
  3. Converts the Text Ralf Brown Interrupt Lists into one .NG file for
  4. use with NG or EH.  This program requires the NGML (Norton Guides
  5. Menu Linker) and the NGC (Norton Guides Compiler).  It also requires
  6. 10 megabytes of free disk space.
  7.  
  8. Delete the files MEMORY.LST and GLOSSARY.LST if you do not want
  9. them included in the .NG file.
  10.  
  11. This program has only been tested on release 34 files.
  12.  
  13. This program is free and I don't take responsibility for any loss
  14. or damages, etc..  If you find this program useful, a postcard would
  15. be nice.
  16.  
  17. If you don't have the NGC or the NGML, you might be able to find a
  18. copy already compiled in the same place that you found this program.
  19.  
  20. Simply type
  21.  
  22. RB2NG
  23.  
  24. to load the program.  Specify the source path, where the text files
  25.  
  26. INTERRUP.A,B,C...
  27.  
  28. are to be found.
  29.  
  30. Then specify an output directory.  This could be a temporary
  31. directory that you have created.
  32.  
  33. The program reads the text files and creates files that can be
  34. compiled with the NGC in the specified output directory.  It also
  35. creates a batch file, CRB.BAT, which compiles and links the .NG
  36. file.  Simply type
  37.  
  38. CRB
  39.  
  40. in the output directory (with NGC and NGML on the path) and the .NG
  41. file will be created.
  42.  
  43. You are welcome to use this program freely but a postcard would be
  44. appreciated.  You are also welcome to fiddle with the source code, as
  45. long as you don't redistribute the modified code.  If you have any
  46. ideas you would like me to add, simply EMail them to me.
  47.  
  48. The code requires the Pure Power String Unit Version 1.04.  This is
  49. available at many FTP sites and BBS's as PSSTR104.ARJ.
  50.  
  51.  
  52. CONVERT.TXT
  53.  
  54. RB2NG looks in a file called CONVERT.TXT.  In this file are case
  55. convertions.  Because RB2NG converts the all uppercase RB List to
  56. lowercase, some words are converted incorrectly.  For example, BIOS
  57. becomes Bios.  Thus, to fix things like this, CONVERT.TXT contains
  58.  
  59. Bios|BIOS
  60.  
  61. which converts the text to the correct word.  You may have up to 99
  62. corrections in the file.
  63.  
  64.  
  65. Michael Gallias
  66. Pure Power Software
  67. P O Box 22106
  68. Glenashley
  69. 4022
  70.  
  71. Gallias@ph.und.ac.za
  72.  
  73.